public marks

PUBLIC MARKS with tags javascript & "conception web"

2018

2017

Vuex - Centralized State Management for Vue.js.

by dzc
Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.

GitHub krausest/js-framework-benchmark

by dzc
This is a simple benchmark for several javascript frameworks. The benchmarks creates a large table with randomized entries and measures the time for various operations.

You Don't Need the DOM Ready Event

by dzc & 1 other
It usually takes a long time for the DOM ready event to fire. During this time, many parts of a webpage are inactive as they wait for Javascript to kick in and initialize them. This delay is significant and makes a rich web application become available slower. Creates a bad user experience, doesn't adhere to any design pattern and is, really, not needed...

2016

2015

2014

localForage by mozilla

by dzc
localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.

2013

JShrink (lib. php) : minifies javascript

by dzc
JShrink is a php class that minifies javascript so that it can be delivered to the client quicker.

Active users

dzc
last mark : 25/05/2018 10:05